home *** CD-ROM | disk | FTP | other *** search
- if(this.gamename != "" && this.countname != "")
- {
- this.preventcache = getTime();
- this.gamename = this.gamename;
- this.countername = this.countname;
- this.formaction = "sethits";
- if(_url.indexOf("file:///") == -1 || _url.indexOf("http://64.239.33.252") == 1 || _url.indexOf("http://www.playcount.com") == 1)
- {
- proxyurl = "proxy." + this.scriptType.toLowerCase();
- loadVariables(proxyurl,this._target,"GET");
- }
- else
- {
- loadVariables("http://64.239.33.252/stats/flashdata.php",this._target,"GET");
- }
- }
- stop();
-